|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
L2NatProcess is the process that handles Nat for asa. More...
Public Member Functions | |
| vector< string > | getInstanceNamesList () |
| Returns the instance names list. More... | |
| L2NatInstance | getNatInstance (string) |
| Returns the nat instance. More... | |
| bool | removeNatInstance (string) |
| Removes the nat instance with the given name. More... | |
| bool | addInstance (string) |
| Adds a instance with the given name if no instance with that name already exists. More... | |
| int | getTotalTranslation () |
| Returns the total translation count. More... | |
| int | getTotalInstanceAttached () |
| Returns the total instances attached. More... | |
| vector< string > | getAttachedNatInstanceList () |
| Returns the list of attached nat instances. More... | |
| int | getTranslatedNatCount () |
| Returns the total translated nat count. More... | |
| int | getArpFixupCount () |
| Returns the Arp Fixup count. More... | |
| int | getTotalNatCount () |
| Returns the total nat count. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
L2NatProcess is the process that handles Nat for asa.
| bool L2NatProcess::addInstance | ( | string | ) |
Adds a instance with the given name if no instance with that name already exists.
| instanceName,name | of the nat instance to add. |
| int L2NatProcess::getArpFixupCount | ( | ) |
Returns the Arp Fixup count.
| vector< string > L2NatProcess::getAttachedNatInstanceList | ( | ) |
Returns the list of attached nat instances.
| vector< string > L2NatProcess::getInstanceNamesList | ( | ) |
Returns the instance names list.
| L2NatInstance L2NatProcess::getNatInstance | ( | string | ) |
Returns the nat instance.
| int L2NatProcess::getTotalInstanceAttached | ( | ) |
Returns the total instances attached.
| int L2NatProcess::getTotalNatCount | ( | ) |
Returns the total nat count.
| int L2NatProcess::getTotalTranslation | ( | ) |
Returns the total translation count.
| int L2NatProcess::getTranslatedNatCount | ( | ) |
Returns the total translated nat count.
| bool L2NatProcess::removeNatInstance | ( | string | ) |
Removes the nat instance with the given name.
| instanceName,name | of the nat instance to remove. |